home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / VOL_400 / 460_01 / YACL0160.ZIP / uidemo / combobox / main.cxx < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-29  |  153 b   |  14 lines

  1.  
  2.  
  3. #include "appwin.h"
  4. #include "ui/applic.h"
  5.  
  6. int UI_Application::Main (int, char* [])
  7. {
  8.     MakeTopWindow (new AppWindow);
  9.     Run();
  10.     return 0;
  11. }
  12.  
  13.  
  14.